EndX Property (FibonacciTimeZones<T>)
In This Topic
Gets or sets the ending X data point for the time zones.
Syntax
'Declaration
Public Property EndX As System.Object
'Usage
Dim instance As FibonacciTimeZones(Of T)
Dim value As System.Object
instance.EndX = value
value = instance.EndX
public System.object EndX {get; set;}
public read-write property EndX: System.TObject;
public function get,set EndX : System.Object
public: __property System.Object* get_EndX();
public: __property void set_EndX(
System.Object* value
);
public:
property System.Object^ EndX {
System.Object^ get();
void set ( System.Object^ value);
}
See Also